home *** CD-ROM | disk | FTP | other *** search
/ MACD 5 / MACD 5.bin / internet / irc_i_dodatki / eggdrop / eggdrop11.lha / help / dcc.set.flood-msg < prev    next >
Text File  |  1997-04-05  |  1KB  |  26 lines

  1. !master
  2. ###  set flood-msg <#msgs>[:<#seconds>]
  3.    specifies the flood threshold for /MSG or party line chatter.
  4.    if the same host dumps more than this many /MSG's to the bot
  5.    within 60 seconds, it is considered a flood and that host
  6.    is put on automatic ignore.  you can change the scanning time
  7.    from 60 seconds by specifying the number of seconds after a
  8.    colon (:).  setting the # of msgs to 0 turns off msg flood
  9.    protection.
  10.  
  11.    on the party line, if someone sends more than 'flood-msg'
  12.    messages in a second, it's also considered a flood, and that
  13.    user is booted off the line.  note that for party line floods,
  14.    the # of seconds isn't used (it's always assumed to be 1 second).
  15.  
  16.    examples:
  17.      set flood-msg 10
  18.        (10 msgs in 60 seconds is a flood, 10 per second on the
  19.        party line)
  20.      set flood-msg 5:15
  21.        (5 msgs in 15 seconds is a flood, 5 per second on the party
  22.        line)
  23.      set flood-msg 0
  24.        (turns off msg flood protection)
  25. see also: set flood-join, set flood-chan, set flood-ctcp
  26.